home *** CD-ROM | disk | FTP | other *** search
/ Pink Daily - The Pink Days / Pink Daily - The Pink Days.iso / mac / PinkData / RDb2.dir / 00025_Script_25 < prev    next >
Text File  |  1995-08-15  |  413b  |  16 lines

  1. on LRbutton
  2.   global startDB, endDB
  3.   puppetSprite 11,true
  4.   puppetSprite 12,true
  5.   puppetSprite 13,true
  6.   if the castNum of sprite 11>1 then
  7.     set the locH of sprite 13=stageLeft()+0
  8.   else
  9.     set the locH of sprite 13=stageLeft()-200
  10.   end if
  11.   if the castNum of sprite 11<6 then
  12.     set the locH of sprite 12 = stageLeft()+440
  13.   else
  14.     set the locH of sprite 12=stageLeft()-200
  15.   end if
  16. end